Executes a specific OpenAPI tool using provided parameters.
/v3/tools/openapi/{tool_id}/execute
x-api-key) in the header.
| Parameter | Type | Description |
|---|---|---|
tool_id | String | The ID of the tool to execute. |
path | String | The API path to call. |
method | String | The HTTP method to use (GET, POST, etc.). |
The ID of the tool to execute.
The API path to call.
The HTTP method to use (GET, POST, etc.).
GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD Optional body content for the API call (depending on method)
The body is of type object.
API tool executed successfully
The response is of type object.